func runtime.rawstringtmp

3 uses

	runtime (current package)
		string.go#L52: 	s, b := rawstringtmp(buf, l)
		string.go#L170: func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
		string.go#L264: 	s, b := rawstringtmp(buf, size1+3)